'Declaration
Public Overloads Function ContainsKey( _ ByVal key As IReference _ ) As Boolean
'Usage
Dim instance As IReferenceDictionary(Of T) Dim key As IReference Dim value As Boolean value = instance.ContainsKey(key)
public bool ContainsKey( IReference key )
public: bool ContainsKey( IReference^ key )
Parameters
- key